Distinct® ONC RPC/XDR Toolkit for JavaTM - Version 3.0


Product Overview

The Distinct ONC RPC/XDR Toolkit for Java enables you to write standard ONC RPC clients and servers in pure JavaTM. This CD contains a trial copy of version 3.0 of the Distinct ONC RPC/XDR Toolkit for Java. To use this trial version copy the setup.class file, from the Distinct directory on this CD, onto your local system. It may be installed on any operating system that is running the Java Virtual Machine. Please note that this trial version requires a Windowing system such as Open Windows or Microsoft Windows to be present. The actual version can work with or without a windowing system. Product documentation will be installed on your system in a DOC subdirectory; the documentation is in HTML format. If you are not familiar with the Distinct ONC RPC/XDR Toolkit please read through this overview before proceeding. Please note that Distinct ONC RPC/XDR for Java requires JDK version 1.1 or higher.

The Distinct ONC RPC/XDR Toolkit for Java consists of the following components.

Installation

To install the Distinct ONC RPC/XDR Toolkit for Java on any platform that already has a virtual java machine installed, just copy the setup.class file that is in this subdirectory to you local drive. Then run the setup.class file "java setup" to install the toolkit. Before you can use the toolkit you must add the parent directory of the "distinct" directory (which in turn contains the "rpc" directory) to the CLASSPATH of the Java compiler.

CLICK HERE for automatic installation.

If you are using the Distinct RPC for Java classes to develop an applet which will reside on the server, you should install the Distinct RPC for Java classes below the directory which contains the applet on the server.

All of the online documentation is in HTML format and will be installed in the DOC subfolder. The starting point for the documentation is START.htm. This document contains links to all other parts of the online documentation which includes a programming guide, a class hierarchy, a class reference and an index.

Browser Security

By default all Java-enabled browsers do not allow network connections to hosts other than the one an applet was loaded from. In order to connect your applet to arbitrary RPC servers (or to run an RPC server inside a browser), additional steps are required to work around this restriction.


Both methods are currently browser specific. Please check your browser manual for further information or take a look at the security features of Netscape Communicator, HotJavaTM, Microsoft Internet Explorer 4.0. Especially look for the terms "applet security", "signed code" (JAR files, CAB files), and "certificates".

Firewalls

Most RPC applications are designed for Intranets, and although RPC can be made to run over the Internet, the original specifications were not really designed for this. On the Internet connections over arbitrary ports (like those established by the RPC protocol) are often blocked by firewalls. Please ask your firewall administrator for the details of your network security.

Distinct ONC RPC/XDR for Java allows you to build servers and clients with well known (fixed) server ports. Depending on the configuration of your firewall this might already help to access certain servers from the Internet. Distinct ONC RPC/XDR for Java also comes with a powerful mechanism that wraps RPC requests completely with standard HTTP transactions. The server side CGI script (RPCGw) together with an RPC protocol client (ClientHTTP) allow transparent tunneling of the RPC protocol using HTTP. This mechanism allows the execution of arbitrary RPCs on the Internet where firewalls are blocking all protocols, such as RPC, that do not use fixed ports. It also allows you to call RPC servers, from a Java applet, that are not located on the same host as the web server but are elsewhere in your LAN. With this feature you can easily separate the web server from other application or database servers.

How to Contact Distinct Corporation



© 1997 - 1999 by Distinct Corporation. Last Modified: February 16, 1999. Legal Notices.